* lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
authorTom Tromey <tromey@redhat.com>
Sat, 14 Aug 2010 23:01:42 +0000 (19:01 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 14 Aug 2010 23:01:42 +0000 (19:01 -0400)
lisp/ChangeLog
lisp/progmodes/etags.el

index a29c7040d226a6d418ff16f6d7c168a67b1fc4e1..54dde2552508531f8a479ba9be4f3f9a56b4d647 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-14  Tom Tromey  <tromey@redhat.com>
+
+       * progmodes/etags.el (tags-file-name): Mark safe if stringp
+       (Bug#6733).
+
 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
 
        * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
index 4f0fcd77ab5d73f65b7edf4931c239560635773f..2018a71574ec4d2ada7b55a053bb600d4a88f005 100644 (file)
@@ -40,6 +40,7 @@ If you set this variable, do not also set `tags-table-list'.
 Use the `etags' program to make a tags table file.")
 ;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
 ;;;###autoload (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
+;;;###autoload (put 'tags-file-name 'safe-local-variable 'stringp)
 
 (defgroup etags nil "Tags tables."
   :group 'tools)